home *** CD-ROM | disk | FTP | other *** search
- function getTheTime()
- {
- var _loc2_ = new Date();
- var _loc4_ = _loc2_.getMonth() + 1 + "-" + _loc2_.getDate() + "-" + _loc2_.getFullYear();
- timenow = new Date();
- hours_txt = timenow.getHours();
- var _loc1_ = timenow.getMinutes();
- minutes_txt = _loc1_ >= 10 ? _loc1_ : "0" + _loc1_;
- var _loc3_ = int(timenow.getSeconds());
- seconds_txt = _loc3_ >= 10 ? _loc3_ : "0" + _loc3_;
- return _loc4_ + "_" + timenow.getHours() + ":" + (_loc1_ >= 10 ? _loc1_ : "0" + _loc1_);
- }
- fscommand("quit");
- _project = "project=GhostRiderCD";
- _moviename = "&name=exit";
- filePath = "http://iactivetrack.net/ghost_rider/tracker.php?" + _project + _moviename;
- loadVariables(filePath,_root);
- trace(filePath);
- currentDate = getTheTime();
- trace(currentDate);
-